Return true if the remote side creates a stream.
| 590 | |
| 591 | // Return true if the remote side creates a stream. |
| 592 | bool has_remote_stream() { return _remote_stream_settings != NULL; } |
| 593 | |
| 594 | // The id to cancel RPC call or join response. |
| 595 | CallId call_id(); |
no outgoing calls
no test coverage detected