public class IceMediaStream extends Object
| Constructor and Description |
|---|
IceMediaStream(String name) |
IceMediaStream(String name,
boolean rtcp) |
IceMediaStream(String name,
boolean rtcp,
boolean rtcpMux) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getRemotePassword() |
String |
getRemoteUfrag() |
IceComponent |
getRtcpComponent() |
IceComponent |
getRtpComponent() |
boolean |
hasLocalRtcpCandidates() |
boolean |
hasLocalRtpCandidates() |
boolean |
isRtcpMux() |
void |
selectLocalDefaultCandidates()
Instructs both components of the Media Stream to select their local
default candidates.
|
boolean |
supportsRtcp() |
public IceMediaStream(String name)
public IceMediaStream(String name, boolean rtcp)
public IceMediaStream(String name, boolean rtcp, boolean rtcpMux)
public String getName()
public IceComponent getRtpComponent()
public boolean hasLocalRtpCandidates()
public IceComponent getRtcpComponent()
public boolean hasLocalRtcpCandidates()
public boolean supportsRtcp()
public boolean isRtcpMux()
public String getRemoteUfrag()
public String getRemotePassword()
public void selectLocalDefaultCandidates()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.