Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.voice.infos
Class XCallStatusInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.voice.infos.XCallStatusInfo


public class XCallStatusInfo
extends XDTO

Voice Call Status Information DTO.


Field Summary
 String CallID
          The current call id or null if no call is in process.
 boolean Muted
          The mute state of the current call.
 String PhoneNumber
          The current phone number or null if no call is in process.

 

Constructor Summary
XCallStatusInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

CallID

public String CallID
The current call id or null if no call is in process.

PhoneNumber

public String PhoneNumber
The current phone number or null if no call is in process.

Muted

public boolean Muted
The mute state of the current call. true if currently muted.

Constructor Detail

XCallStatusInfo

public XCallStatusInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.