video
video

Register Instant Match Call

Register an instant match call for proper end call notifications

🔒 Had zero auth dependency — anyone could overwrite ANY call_id's active- call registry entry (caller/callee identities, room name, and — since this merges with existing_data — could also be used to probe/tamper with an in-flight call's token-economy fields). Now requires the caller to be one of the two parties they're naming.

post/video/register-instant-match

Headers

authorizationstring nullable

Request body

call_idstring required
user1_idstring required
user2_idstring required
room_namestring required

Response

Successful Response

{"stackTrail":"paths:/video/register-instant-match:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes