public interface ImsPullCall
ImsExternalCallTracker
and
ImsPhoneCallTracker
.Modifier and Type | Method and Description |
---|---|
void |
pullExternalCall(String number,
int videoState,
int dialogId)
Initiate a pull of a call which has the specified phone number.
|
void pullExternalCall(String number, int videoState, int dialogId)
number
- The phone number of the call to be pulled.videoState
- The video state of the call to be pulled.dialogId
- The ImsExternalConnection.getCallId()
dialog Id associated with the
call to be pulled.