diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go new file mode 100644 index 00000000..35bf6ca7 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ParticipantModel.go @@ -0,0 +1,21 @@ +// 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"` +} |