Interface INCCallUser


public interface INCCallUser
User information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the user ID.
    Returns the user's state in the current call.
    boolean
    Returns whether the user's camera is currently enabled.
    boolean
    Returns whether the user's microphone is currently enabled.
  • Method Details

    • getUserId

      String getUserId()
      Returns the user ID.
    • getUserState

      NCCallUserState getUserState()
      Returns the user's state in the current call.
    • isCameraEnabled

      boolean isCameraEnabled()
      Returns whether the user's camera is currently enabled.
    • isMicrophoneEnabled

      boolean isMicrophoneEnabled()
      Returns whether the user's microphone is currently enabled.