blob: 4ede2ae123e1ae8304f7ab0d36c9d26f907da7a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// CallMediaState undocumented
type CallMediaState struct {
// Object is the base model of CallMediaState
Object
// Audio undocumented
Audio *MediaState `json:"audio,omitempty"`
}
|