webrtc_negotiation_needed_cb typedef

@brief Called when the WebRTC needs session negotiation. @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 user_data The user data passed from the callback registration function @see webrtc_set_negotiation_needed_cb() @see webrtc_unset_negotiation_needed_cb()

Implementation

typedef webrtc_negotiation_needed_cb
    = ffi.Pointer<ffi.NativeFunction<webrtc_negotiation_needed_cbFunction>>;