Package ai.nexconn.call.api
Interface INCCallUser
public interface INCCallUser
User information.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the user ID.Returns the user's state in the current call.booleanReturns whether the user's camera is currently enabled.booleanReturns 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.
-