View Source ExTwilio.JWT.AccessToken.VideoGrant (ExTwilio v0.10.0)

A JWT grant to access a given Twilio video service.

Examples

ExTwilio.JWT.AccessToken.VideoGrant.new(room: "room_id")

Summary

Functions

Create a new grant.

Types

@type t() :: %ExTwilio.JWT.AccessToken.VideoGrant{room: String.t()}

Functions

@spec new(attrs :: Keyword.t()) :: t()

Create a new grant.