mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
22 lines
645 B
Go
22 lines
645 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// Participant undocumented
|
||
|
type Participant struct {
|
||
|
// Entity is the base model of Participant
|
||
|
Entity
|
||
|
// Info undocumented
|
||
|
Info *ParticipantInfo `json:"info,omitempty"`
|
||
|
// RecordingInfo undocumented
|
||
|
RecordingInfo *RecordingInfo `json:"recordingInfo,omitempty"`
|
||
|
// MediaStreams undocumented
|
||
|
MediaStreams []MediaStream `json:"mediaStreams,omitempty"`
|
||
|
// Metadata undocumented
|
||
|
Metadata *string `json:"metadata,omitempty"`
|
||
|
// IsMuted undocumented
|
||
|
IsMuted *bool `json:"isMuted,omitempty"`
|
||
|
// IsInLobby undocumented
|
||
|
IsInLobby *bool `json:"isInLobby,omitempty"`
|
||
|
}
|