Skip to main content

Class DialInfo

com.poly.polyos.call

Class DialInfo

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

public class DialInfo extends java.lang.Object

Dial information about a Call Experimental API

Field Summary

Modifier and TypeField and Description
android.os.BundlecallData
App specific call data about this call
java.lang.StringdialAddress
The dial number/address
java.lang.StringmeetingId
Meeting id if any.
Participant[]participants
Participants details if any

Constructor Summary

Constructor and Description

DialInfo()

Method Summary

Methods inherited from class java.lang.Object

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

Field Detail

dialAddress

public java.lang.String dialAddress
The dial number/address

meetingId

public java.lang.String meetingId
Meeting ID, if any

participants

public Participant[] participants
Participants' details, if any

callData

public android.os.Bundle callData
App-specific call data about this call

Constructor Detail

DialInfo

public DialInfo()