webrtc_state_changed_cb typedef

@brief Called when the WebRTC state is changed. @since_tizen 6.5 @remarks The @a webrtc is the same object for which the callback was set.\n The @a webrtc should not be released. @paramin webrtc WebRTC handle @paramin previous The previous state of the WebRTC handle @paramin current The current state of the WebRTC handle @paramin user_data The user data passed from the callback registration function @see webrtc_set_state_changed_cb() @see webrtc_unset_state_changed_cb()

Implementation

typedef webrtc_state_changed_cb
    = ffi.Pointer<ffi.NativeFunction<webrtc_state_changed_cbFunction>>;