Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add all the other event handlers #42

Closed
tadaspetra opened this issue Sep 10, 2021 · 1 comment
Closed

[FEATURE] Add all the other event handlers #42

tadaspetra opened this issue Sep 10, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tadaspetra
Copy link
Contributor

No description provided.

@tadaspetra tadaspetra added the bug Something isn't working label Sep 10, 2021
@tadaspetra tadaspetra self-assigned this Sep 10, 2021
@tadaspetra tadaspetra added enhancement New feature or request and removed bug Something isn't working labels Sep 10, 2021
@tadaspetra
Copy link
Contributor Author

@maxxfrazer and @Meherdeep These are all the event handlers missing from the UI Kit. I know there's some in there that are being deprecated, and some of them are rarely used. Should we add them all in, or just add them in as needed/requested?

void Function(WarningCode)? warning,
void Function(ErrorCode, String, String)? apiCallExecuted,
void Function(String, int, int)? rejoinChannelSuccess,
void Function(int, String)? localUserRegistered,
void Function(int, UserInfo)? userInfoUpdated,
void Function(ClientRole, ClientRole)? clientRoleChanged,
void Function(ConnectionStateType, ConnectionChangedReason)? connectionStateChanged,
void Function(NetworkType)? networkTypeChanged,
void Function()? connectionLost,
void Function()? requestToken,
void Function(List, int)? audioVolumeIndication,
void Function(int)? firstLocalAudioFrame,
void Function(int, int, int)? firstLocalVideoFrame,
void Function(int, bool)? userMuteVideo,
void Function(int, int, int, int)? videoSizeChanged,
void Function(bool)? localPublishFallbackToAudioOnly,
void Function(int, bool)? remoteSubscribeFallbackToAudioOnly,
void Function(AudioOutputRouting)? audioRouteChanged,
void Function(Rect)? cameraFocusAreaChanged,
void Function(Rect)? cameraExposureAreaChanged,
void Function(int, int, List)? facePositionChanged,
void Function(RtcStats)? rtcStats,
void Function(NetworkQuality)? lastmileQuality,
void Function(int, NetworkQuality, NetworkQuality)? networkQuality,
void Function(LastmileProbeResult)? lastmileProbeResult,
void Function(LocalVideoStats)? localVideoStats,
void Function(LocalAudioStats)? localAudioStats,
void Function(RemoteVideoStats)? remoteVideoStats,
void Function(RemoteAudioStats)? remoteAudioStats,
void Function()? audioMixingFinished,
void Function(AudioMixingStateCode, AudioMixingReason)? audioMixingStateChanged,
void Function(int)? audioEffectFinished,
void Function(String, RtmpStreamingState, RtmpStreamingErrorCode)? rtmpStreamingStateChanged,
void Function()? transcodingUpdated,
void Function(String, int, InjectStreamStatus)? streamInjectedStatus,
void Function(int, int, String)? streamMessage,
void Function(int, int, ErrorCode, int, int)? streamMessageError,
void Function()? mediaEngineLoadSuccess,
void Function()? mediaEngineStartCallSuccess,
void Function(ChannelMediaRelayState, ChannelMediaRelayError)? channelMediaRelayStateChanged,
void Function(ChannelMediaRelayEvent)? channelMediaRelayEvent,
void Function(int, int, int, int)? firstRemoteVideoFrame,
void Function(int, int)? firstRemoteAudioFrame,
void Function(int, int)? firstRemoteAudioDecoded,
void Function(int, bool)? userMuteAudio,
void Function(String, ErrorCode)? streamPublished,
void Function(String)? streamUnpublished,
void Function(int, int, int, int)? remoteAudioTransportStats,
void Function(int, int, int, int)? remoteVideoTransportStats,
void Function(int, bool)? userEnableVideo,
void Function(int, bool)? userEnableLocalVideo,
void Function(int, int, int, int)? firstRemoteVideoDecoded,
void Function(bool)? microphoneEnabled,
void Function()? connectionInterrupted,
void Function()? connectionBanned,
void Function(int, int, int, int)? audioQuality,
void Function()? cameraReady,
void Function()? videoStopped,
void Function(String, int, int)? metadataReceived,
void Function(int)? firstLocalAudioFramePublished,
void Function(int)? firstLocalVideoFramePublished,
void Function(String, StreamPublishState, StreamPublishState, int)? audioPublishStateChanged,
void Function(String, StreamPublishState, StreamPublishState, int)? videoPublishStateChanged,
void Function(String, int, StreamSubscribeState, StreamSubscribeState, int)? audioSubscribeStateChanged,
void Function(String, int, StreamSubscribeState, StreamSubscribeState, int)? videoSubscribeStateChanged,
void Function(String, RtmpStreamingEvent)? rtmpStreamingEvent,
void Function(int, bool, SuperResolutionStateReason)? userSuperResolutionEnabled,
void Function(String, bool, UploadErrorReason)? uploadLogResult,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant