|
Agora Interactive Whiteboard Java API Reference
|
Public Member Functions | |
| ConnectionPrepareParam (String appId, Region region) | |
| ConnectionPrepareParam (String appId, Region region, Long expire) | |
| String | getAppId () |
| Region | getRegion () |
| Long | getExpire () |
The whiteboard connection preparation parameters.
| com.herewhite.sdk.domain.ConnectionPrepareParam.ConnectionPrepareParam | ( | String | appId, |
| Region | region | ||
| ) |
Creates a ConnectionPrepareParam instance.
| appId | The unique identifier for a whiteboard project, which can be obtained from the console. See Get security credentials for your whiteboard project. |
| region | The region where the user's app is located, see Region. |
By default, there is no further connection check within 12 hours.
| com.herewhite.sdk.domain.ConnectionPrepareParam.ConnectionPrepareParam | ( | String | appId, |
| Region | region, | ||
| Long | expire | ||
| ) |
Creates a ConnectionPrepareParam instance.
| appId | The unique identifier for a whiteboard project, which can be obtained from the console. See Get security credentials for your whiteboard project. |
| region | The region where the user's app is located, see Region. |
| expire | Expiration time, no further connection check within the time. Default is 12 hours. |
| String com.herewhite.sdk.domain.ConnectionPrepareParam.getAppId | ( | ) |
Gets the unique identifier for a whiteboard project.
| Region com.herewhite.sdk.domain.ConnectionPrepareParam.getRegion | ( | ) |
Gets the region where the user's app is located.
| Long com.herewhite.sdk.domain.ConnectionPrepareParam.getExpire | ( | ) |
Gets the expiration time.