Skip to main content

Class Call

com.poly.polyos.call

Class Call

  • java.lang.Object
    • com.poly.polyos.call.Call

public class Call
extends java.lang.Object

Represents a call. Experimental API

Nested Class Summary

Modifier and TypeClass and Description
static classCall.CallDirection
The direction of this call
static classCall.CallState
The state of a call

Field Summary

Modifier and TypeField and Description
booleanaudio
Whether this is an audio call
Call.CallDirectioncallDirection
Direction of the call
java.lang.StringcallId
Unique id of the call
booleancontent
Whether content is shared
DialInfodialInfo
DialInfo of this call
booleanvideo
Whether this is a video call

Constructor Summary

Constructor and Description

Call()

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

callId

public java.lang.String callId
Unique id of the call

dialInfo

public DialInfo dialInfo
DialInfo of the call

callDirection

public Call.CallDirection callDirection
Direction of the call

video

public boolean video
Whether the call is a video call

audio

public boolean audio
Whether the call is an audio call

content

public boolean content
Whether content is shared

Constructor Detail

Call

public Call()