class Cisco::Webex::InstantConnect
- Cisco::Webex::InstantConnect
- PlaceOS::Driver
- Reference
- Object
Defined in:
cisco/webex/instant_connect.crClass Method Summary
Instance Method Summary
-
#create_guest_bearer(user_id : String, display_name : String, expiry : Int64 | Nil = nil)
Cisco docs on the subject: * Guest JWT: https://developer.webex.com/docs/guest-issuer * Testing site: https://webexsamples.github.io/browser-sdk-samples/browser-auth-jwt/
- #create_meeting(room_id : String)
- #on_load
- #on_update
Class Method Detail
Instance Method Detail
def create_guest_bearer(user_id : String, display_name : String, expiry : Int64 | Nil = nil)
#
Cisco docs on the subject:
- Guest JWT: https://developer.webex.com/docs/guest-issuer
- Testing site: https://webexsamples.github.io/browser-sdk-samples/browser-auth-jwt/