mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-22 01:24:02 +00:00
the callback will be called on each loop on read video frame, or the callback function call run it's own loop to take over the core loop so it can read video from session by itself. the callback function can - return SWITCH_STATUS_SUCCESS to wait another loop return SWITCH_STATUS_CONTINUE to continue use the default behaviour return anything else will break the core video loop and end the core thread