Home
last modified time | relevance | path

Searched defs:Participant (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelParticipant.go6 type Participant struct { struct
8 Entity
10 Info *ParticipantInfo `json:"info,omitempty"`
12 RecordingInfo *RecordingInfo `json:"recordingInfo,omitempty"`
14 MediaStreams []MediaStream `json:"mediaStreams,omitempty"`
16 Metadata *string `json:"metadata,omitempty"`
18 IsMuted *bool `json:"isMuted,omitempty"`
20 IsInLobby *bool `json:"isInLobby,omitempty"`
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/rtc/
H A Dstruct_participant.go19 type Participant struct { struct
20 Message string `json:"Message" xml:"Message"`
21 Code string `json:"Code" xml:"Code"`
22 Id string `json:"Id" xml:"Id"`
H A Dstruct_participants_in_mute_audio_all.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_unmute_audio_all.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_remove_participants.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_unmute_audio.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_mute_audio.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/rtc/
H A Dstruct_participant.go19 type Participant struct { struct
20 Message string `json:"Message" xml:"Message"`
21 Code string `json:"Code" xml:"Code"`
22 Id string `json:"Id" xml:"Id"`
H A Dstruct_participants_in_mute_audio.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_mute_audio_all.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_remove_participants.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_unmute_audio.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_unmute_audio_all.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/rtc/
H A Dstruct_participant.go19 type Participant struct { struct
20 Message string `json:"Message" xml:"Message"`
21 Code string `json:"Code" xml:"Code"`
22 Id string `json:"Id" xml:"Id"`
H A Dstruct_participants_in_mute_audio_all.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_remove_participants.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_unmute_audio.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_unmute_audio_all.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
H A Dstruct_participants_in_mute_audio.go20 Participant []Participant `json:"Participant" xml:"Participant"` member
/dports/misc/urh/urh-2.9.2/src/urh/simulator/
H A DTranscript.py11 def append(self, source: Participant, destination: Participant, msg: Message, index: int):
41 def get_for_participant(self, participant: Participant) -> str:
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/api/
H A Dapi_chat_invite.h58 struct Participant { struct
62 static std::vector<Participant> GetParticipants( argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/model/
H A DParticipant.cpp21 Participant::Participant() : in Participant() function in Aws::Chime::Model::Participant
27 Participant::Participant(JsonView jsonValue) : in Participant() function in Aws::Chime::Model::Participant
/dports/net/opal/opal-3.10.10/include/sip/
H A Dhandlers.h545 struct Participant { struct
546 Participant() : m_appearance(-1), m_byeless(false), m_rendering(RenderingUnknown) { } in Participant() argument
547 PString m_URI;
548 PString m_dialogTag;
549 PString m_identity;
550 PString m_display;
551 int m_appearance;
552 bool m_byeless;
553 Rendering m_rendering;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_schema_object.h97 struct Participant { struct
100 std::string m_message;
103 Participant &operator=(const Participant &) = delete;
/dports/misc/urh/urh-2.9.2/src/urh/awre/
H A DProtocolGenerator.py77 def __get_address_for_participant(self, participant: Participant):
104 def generate_message(self, message_type=None, data="0x00", source: Participant = None,
105 destination: Participant = None):

12345678910>>...18