public class DefaultOutgoingCall extends DefaultCall implements OutgoingCall
callDuration, callEventListener, callFlowManager, callIdentifier, callStatus, callUpdateStatus, destination, eventBus, gateway, hasDisplayMedia, hasUserMedia, isIceConnected, localCameraOrientation, localVideoCapturer, localVideoSource, localVideoTrack, networkQualityListener, peerConnection, peerConnectionMediaMonitor, remoteVideoTrack, source, videoRtpTransceiver| Constructor and Description |
|---|
DefaultOutgoingCall(Gateway gateway,
EventBus eventBus,
CallRequest callRequest,
User source,
CallOptions callOptions,
Action action) |
DefaultOutgoingCall(Gateway gateway,
EventBus eventBus,
CallRequest callRequest,
User source,
CallPhoneNumberOptions callPhoneNumberOptions,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
CallOptions |
callOptions() |
void |
onCallAccepted(RTCCallAcceptedEvent event) |
void |
onLocalDescriptionEvent(RTCLocalDescriptionEvent event) |
void |
onRemoteSessionDescriptionEvent(RTCRemoteDescriptionEvent event) |
void |
onRTCCallRingingEvent(RTCCallRingingEvent event) |
void |
onRTCDisconnectedEvent(RTCDisconnectedEvent event) |
void |
onRTCIceConnectedEvent(RTCIceConnectedEvent event) |
void |
onRTCStartCallEvent(RTCStartCallEvent event) |
cameraOrientation, cameraOrientation, correlationId, createLocalAudioTrack, createLocalVideoTrack, createPeerConnection, createPeerConnectionMonitor, destination, duration, emitCallEstablishedEvent, endTime, establishTime, getTotalMediaStats, handleRemoteCandidates, hangup, hasLocalVideo, hasRemoteVideo, hasScreenShare, id, localVideo, localVideoTrack, mute, muted, onNetworkQualityChanged, onRemoteNetworkQualityChanged, onRTCCallInfoEvent, onRTCCallUpdatedEvent, onRTCCallUpdatingEvent, onRTCErrorEvent, onRTCHangupEvent, onRTCIceCandidateEvent, onRTCIceFailedEvent, onRTCMediaStreamCreated, onRTCNetworkQualityChangedEvent, onRTCTrickleIceEvent, recordingOptions, remoteVideoTrack, sendDTMF, setEventListener, setNetworkQualityListener, source, speakerphone, speakerphone, startScreenShare, startTime, status, stopScreenShareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcameraOrientation, cameraOrientation, correlationId, destination, duration, endTime, establishTime, hangup, hasLocalVideo, hasRemoteVideo, hasScreenShare, id, localVideo, localVideoTrack, mute, muted, recordingOptions, remoteVideoTrack, sendDTMF, setEventListener, setNetworkQualityListener, source, speakerphone, speakerphone, startScreenShare, startTime, status, stopScreenSharepublic DefaultOutgoingCall(Gateway gateway, EventBus eventBus, CallRequest callRequest, User source, CallOptions callOptions, Action action)
public DefaultOutgoingCall(Gateway gateway, EventBus eventBus, CallRequest callRequest, User source, CallPhoneNumberOptions callPhoneNumberOptions, Action action)
public CallOptions callOptions()
callOptions in interface Callpublic void onRTCStartCallEvent(RTCStartCallEvent event)
public void onRemoteSessionDescriptionEvent(RTCRemoteDescriptionEvent event)
public void onCallAccepted(RTCCallAcceptedEvent event)
public void onLocalDescriptionEvent(RTCLocalDescriptionEvent event)
public void onRTCCallRingingEvent(RTCCallRingingEvent event)
public void onRTCDisconnectedEvent(RTCDisconnectedEvent event)
public void onRTCIceConnectedEvent(RTCIceConnectedEvent event)
onRTCIceConnectedEvent in class DefaultCall