summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxav/toxav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 384ba360..f8605fd5 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -277,7 +277,7 @@ int toxav_prepare_transmission ( ToxAv *av, int32_t call_index, int support_vide
277 if (call->active) { 277 if (call->active) {
278 pthread_mutex_unlock(call->mutex); 278 pthread_mutex_unlock(call->mutex);
279 LOGGER_ERROR("Error while starting RTP session: call already active!\n"); 279 LOGGER_ERROR("Error while starting RTP session: call already active!\n");
280 return av_ErrorNoCall; 280 return av_ErrorAlreadyInCallWithPeer;
281 } 281 }
282 282
283 if (pthread_mutex_init(call->mutex_encoding_audio, NULL) != 0 283 if (pthread_mutex_init(call->mutex_encoding_audio, NULL) != 0