Initializer

init(jwt:sessionName:sessionPassword:username:)

Declaration

init(jwt: String, sessionName: String, sessionPassword: String? = nil, username: String)

Parameters

jwt

The generated Video SDK JWT to authorize starting or joining a session.

sessionName

The name of the session. The string length must be less than 150. Supported character scopes are: Letters, numbers, spaces, and the following characters: “!”, “#”, “$”, “%”, “&”, “(”, “)”, “+”, “-”, “:”, “;”, “<”, “=”, “.”, “>”, “?”, “@”, “[”, “]”, “^”, “_”, “{”, “}”, “|”, “~”, “,”.

sessionPassword

(Optional) Password to start or join a session.

username

Name to display and identify each individual.