mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-20 11:11:51 +00:00
FS-7500 S-7513: Few build fixes
This commit is contained in:
committed by
Michael Jerris
parent
99ed41a4bd
commit
4fc94e3907
@@ -9781,7 +9781,7 @@ SWITCH_STANDARD_APP(conference_function)
|
||||
switch_core_session_receive_message(session, &msg);
|
||||
|
||||
/* Chime in the core video thread */
|
||||
switch_core_session_set_video_thread_callback(session, (void *)video_thread_callback, (void *)&member);
|
||||
switch_core_session_set_video_thread_callback(session, video_thread_callback, (void *)&member);
|
||||
|
||||
/* Run the conference loop */
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user