|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
This is the complete list of members for livekit::Participant, including all inherited members.
| attributes() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| disconnectReason() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| ffiHandleId() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| findTrackPublication(const std::string &sid) const =0 (defined in livekit::Participant) | livekit::Participant | protectedpure virtual |
| identity() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| kind() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| metadata() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| name() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| Participant(FfiHandle handle, std::string sid, std::string name, std::string identity, std::string metadata, std::unordered_map< std::string, std::string > attributes, ParticipantKind kind, DisconnectReason reason) (defined in livekit::Participant) | livekit::Participant | inline |
| remove_attribute(const std::string &key) (defined in livekit::Participant) | livekit::Participant | inline |
| Room (defined in livekit::Participant) | livekit::Participant | friend |
| set_attribute(const std::string &key, const std::string &value) (defined in livekit::Participant) | livekit::Participant | inline |
| set_attributes(std::unordered_map< std::string, std::string > attrs) noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| set_disconnect_reason(DisconnectReason reason) noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| set_kind(ParticipantKind kind) noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| set_metadata(std::string metadata) noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| set_name(std::string name) noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| sid() const noexcept (defined in livekit::Participant) | livekit::Participant | inline |
| ~Participant()=default (defined in livekit::Participant) | livekit::Participant | virtual |