streamInjectedStatus property
Reports the status of injecting the online media stream.
The StreamInjectedStatusCallback
typedef includes the following parameters:
- String
url
: The URL address of the externally injected stream. - int
uid
: User ID. - InjectStreamStatus
status
: State of the externally injected stream.
Implementation
StreamInjectedStatusCallback? streamInjectedStatus;