UserVideoConfiguration
Properties
Name | Type | Required | Description |
---|---|---|---|
provider | Provider | ❌ | Video provider of the user |
user_license_type | UserLicenseType | ❌ | Specifies if the user is 'paid' (has meeting license) or 'free' (w/o meeting license) |
Provider
Video provider of the user
Properties
Name | Type | Required | Description |
---|---|---|---|
RCMEETINGS | str | ✅ | "RCMeetings" |
RCVIDEO | str | ✅ | "RCVideo" |
NONE | str | ✅ | "None" |
UserLicenseType
Specifies if the user is 'paid' (has meeting license) or 'free' (w/o meeting license)
Properties
Name | Type | Required | Description |
---|---|---|---|
PAID | str | ✅ | "Paid" |
FREE | str | ✅ | "Free" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs