#include <clientlib.h>
Inherits client::RTCStats.
◆ get_addressSourceUrl()
String* client::RTCIceCandidateAttributes::get_addressSourceUrl |
( |
| ) |
|
◆ get_candidateType()
String* client::RTCIceCandidateAttributes::get_candidateType |
( |
| ) |
|
◆ get_ipAddress()
String* client::RTCIceCandidateAttributes::get_ipAddress |
( |
| ) |
|
◆ get_portNumber()
double client::RTCIceCandidateAttributes::get_portNumber |
( |
| ) |
|
◆ get_priority()
double client::RTCIceCandidateAttributes::get_priority |
( |
| ) |
|
◆ get_transport()
String* client::RTCIceCandidateAttributes::get_transport |
( |
| ) |
|
◆ set_addressSourceUrl()
void client::RTCIceCandidateAttributes::set_addressSourceUrl |
( |
const String & |
| ) |
|
◆ set_candidateType()
void client::RTCIceCandidateAttributes::set_candidateType |
( |
const String & |
| ) |
|
◆ set_ipAddress()
void client::RTCIceCandidateAttributes::set_ipAddress |
( |
const String & |
| ) |
|
◆ set_portNumber()
void client::RTCIceCandidateAttributes::set_portNumber |
( |
double |
| ) |
|
◆ set_priority()
void client::RTCIceCandidateAttributes::set_priority |
( |
double |
| ) |
|
◆ set_transport()
void client::RTCIceCandidateAttributes::set_transport |
( |
const String & |
| ) |
|