5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.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"`
}