Package io.agora.rtc2

Class IRtcEngineEventHandler.ClientRole

java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.ClientRole
Enclosing class:
IRtcEngineEventHandler

@Deprecated public static class IRtcEngineEventHandler.ClientRole extends Object
Deprecated.
Use the new Constants class with the same constants value
  • Field Details

    • CLIENT_ROLE_BROADCASTER

      public static final int CLIENT_ROLE_BROADCASTER
      Deprecated.
      The host in a live broadcast.
      See Also:
    • CLIENT_ROLE_AUDIENCE

      public static final int CLIENT_ROLE_AUDIENCE
      Deprecated.
      The audience in a live broadcast.
      See Also:
  • Constructor Details

    • ClientRole

      public ClientRole()
      Deprecated.