AvCallStatus¶
-
public enum
AvCallStatus¶ Status of an AV call.
Enum Constants¶
Finished¶
-
public static final AvCallStatus
Finished¶ ~English The call is finished or canceled.
None¶
-
public static final AvCallStatus
None¶ The call is not setup or status unknown.
Paused¶
-
public static final AvCallStatus
Paused¶ The call is paused.
Pending¶
-
public static final AvCallStatus
Pending¶ The call is waiting for user’s approval.
Running¶
-
public static final AvCallStatus
Running¶ The call is running.
Waiting¶
-
public static final AvCallStatus
Waiting¶ The call is waiting for response from the other peer.
Methods¶
format¶
-
static String
format(AvCallStatus status)¶ Get the debug description of the AvCallStatus object.
- Parameters
status – The Av Call status
- Returns
The debug description of AvCallStatus object
toString¶
value¶
-
public int
value()¶ Get the status value of current AvCallStatus object.
- Returns
The AV call status value.
valueOf¶
-
public static AvCallStatus
valueOf(int status)¶ Get AvCallStatus object from status integer value.
- Parameters
status – The status value
- Throws
- Returns
The ConnectionStatus object