Room

Returns the active peers in an Opentelemedicine room.

get
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
roomIdstringRequiredPattern: [^\/#\?]+?
Responses
chevron-right
200

Successful response

application/json
get
/api/open-tele/room/{roomId}
200

Successful response

Update Room

put
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
roomIdstringRequiredPattern: [^\/#\?]+?
Body
notesstringOptional

Notes associated with the room

Example: Patient had connectivity issues
hasSessionErrorbooleanOptional

Indicates if there was a session error

appointmentIdintegerOptional

Identifier for the associated appointment

Example: 123
consumerStatestring · enumOptional

State of the consumer

Example: CONSUMERASSIGNEDPossible values:
Responses
chevron-right
200Success
application/json
put
/api/open-tele/room/{roomId}
200Success

Was this helpful?