| Name | Type | Description | Notes |
|---|---|---|---|
| to | String | E.164 formatted phone number to which calls using this token will be made. | |
| from | String | E.164 formatted phone number owned by the reqeusting account from which calls using this token will be made. | |
| uses | Integer | number of times this token may be used for a WebRTC call |
require 'freeclimb'
instance = Freeclimb::CreateWebRTCToken.new(
to: null,
from: null,
uses: null
)