Home
wrtc

callproto::ParsedMessage

ParsedMessage

#include <src/webrtc/support/src/callprotocol.h>
struct ParsedMessage

Defined in src/webrtc/support/src/callprotocol.h:32

List of all members

NameKindOwner
kindvariableDeclared here
peerAddressvariableDeclared here
actionvariableDeclared here
sdpTypevariableDeclared here
sdpvariableDeclared here
candidatevariableDeclared here
midvariableDeclared here
reasonvariableDeclared here

Public Attributes

ReturnNameDescription
Kindkind
std::stringpeerAddress
std::stringaction
std::stringsdpType
std::stringsdp
std::stringcandidate
std::stringmid
std::stringreason

kind

Kind kind = 

Defined in src/webrtc/support/src/callprotocol.h:34


peerAddress

std::string peerAddress

Defined in src/webrtc/support/src/callprotocol.h:35


action

std::string action

Defined in src/webrtc/support/src/callprotocol.h:36


sdpType

std::string sdpType

Defined in src/webrtc/support/src/callprotocol.h:37


sdp

std::string sdp

Defined in src/webrtc/support/src/callprotocol.h:38


candidate

std::string candidate

Defined in src/webrtc/support/src/callprotocol.h:39


mid

std::string mid

Defined in src/webrtc/support/src/callprotocol.h:40


reason

std::string reason

Defined in src/webrtc/support/src/callprotocol.h:41