public interface ConnectActiveConferenceResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnswer()
public abstract String getAnswer()
WebRTC SDP answer to the offer.
string answer = 1;
Returns | |
---|---|
Type | Description |
String |
The answer. |
getAnswerBytes()
public abstract ByteString getAnswerBytes()
WebRTC SDP answer to the offer.
string answer = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for answer. |
getTraceId()
public abstract String getTraceId()
Trace ID for debugging purposes. Please include this value when filing bugs.
string trace_id = 2;
Returns | |
---|---|
Type | Description |
String |
The traceId. |
getTraceIdBytes()
public abstract ByteString getTraceIdBytes()
Trace ID for debugging purposes. Please include this value when filing bugs.
string trace_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for traceId. |