Magidoc

CallSessionDevice
Object

Represents a device, used by a user during a call.

Fields

#

altitude

The altitude of the CallSessionDevice during a Call.

arPlatform

The ArPlatform of the CallSessionDevice during a call.

callParticipantType

The type of call participant during a call.

createdAt

Identifies the date and time when the object was created.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

device

Device information.

id

ID !
Non-null

ID of the object.

latitude

The latitude of the CallSessionDevice during a Call.

longitude

The longitude of the CallSessionDevice during a Call.

nameForLog

Object name to be identified in Audit Logs.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the CallSessionDevice.

settings

Non-null

The settings associated with the object.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

version

The version of the CallSessionDevice during a Call.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#

  • Field calleeDevice from Call
  • Field callerDevice from Call