on_stream_created2 property
Pointer<NativeFunction<Void Function(pjsua_call_id call_id, Pointer<pjsua_on_stream_created_param> param)> >
on_stream_created2
getter/setter pair
Notify application when audio media session is created and before it is registered to the conference bridge. Application may return different audio media port if it has added media processing port to the stream. This media port then will be added to the conference bridge instead.
@param call_id Call identification. @param param The on stream created callback parameter.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(pjsua_call_id call_id,
ffi.Pointer<pjsua_on_stream_created_param> param)>>
on_stream_created2;