on_stream_destroyed property

Pointer<NativeFunction<Void Function(pjsua_call_id call_id, Pointer<pjmedia_stream> strm, UnsignedInt stream_idx)>> on_stream_destroyed
getter/setter pair

Notify application when audio media session has been unregistered from the conference bridge and about to be destroyed.

@param call_id Call identification. @param strm Audio media stream. @param stream_idx Stream index in the audio media session.

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(
            pjsua_call_id call_id,
            ffi.Pointer<pjmedia_stream> strm,
            ffi.UnsignedInt stream_idx)>> on_stream_destroyed;