onConnectionBanned property
Occurs when the connection is banned by the Agora server.
Deprecated: Use onConnectionStateChanged instead.
connection
The connection information. See RtcConnection.
Implementation
final void Function(RtcConnection connection)? onConnectionBanned;