connectionBanned property

  1. @deprecated
EmptyCallback? connectionBanned
getter/setter pair

Occurs when your connection is banned by the Agora Server.

Deprecated Use RtcEngineEventHandler.connectionStateChanged instead. The EmptyCallback typedef does not include any parameter.

Implementation

@deprecated
EmptyCallback? connectionBanned;