public interface OutgoingCallInterface extends CallInterface
Modifier and Type | Method and Description |
---|---|
void |
establishAudioCall()
Establishes an outgoing call with single audio m-line.
|
void |
establishAudioCall(java.util.Map<java.lang.String,java.lang.String> customParameters)
Establishes an outgoing call with single audio m-line and custom parameters.
|
void |
establishCall(boolean videoEnabled)
Establishes an outgoing call.
|
void |
establishCall(boolean videoEnabled,
java.util.Map<java.lang.String,java.lang.String> customParameters)
Establishes an outgoing call with custom parameters.
|
addPropertyChangeListener, bringVideoViewToFront, canReceiveVideo, canSendVideo, changeVideoResolution, consultativeTransfer, endCall, endCall, getActiveCamera, getAvailableCodecs, getCalleeAddress, getCalleeName, getCallerAddress, getCallerName, getCallId, getCallState, getCameraResolution, getCustomParameters, getId, getMediaAttributes, getRTPStatistics, getVideoViewOnFront, holdCall, isMute, isVideoEnabled, isVoiceEnabled, mute, sendCustomParameters, sendDTMF, setCallerName, setCaptureDevice, setCaptureDevice, setCustomParameters, setLocalVideoView, setRemoteVideoView, setVideoEnabled, setVoiceEnabled, takeLocalVideoSnapshot, transferCall, unHoldCall, unMute, videoMute, videoStart, videoStop, videoUnMute
void establishCall(boolean videoEnabled)
videoEnabled
- indicates local video sending is enabled or notvoid establishAudioCall()
void establishCall(boolean videoEnabled, java.util.Map<java.lang.String,java.lang.String> customParameters)
videoEnabled
- indicates local video sending is enabled or notcustomParameters
- indicates custom call properties like emergency etc.void establishAudioCall(java.util.Map<java.lang.String,java.lang.String> customParameters)
customParameters
- indicates custom call properties like emergency etc.