Skip to content

Commit

Permalink
Add token and ws_url to EvaluateSIPDispatchRulesResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Dec 4, 2023
1 parent 5ffa9f0 commit ce875b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rpc/io.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,10 @@ message EvaluateSIPDispatchRulesResponse {

// Pin should be requested from SIPParticipant
bool request_pin = 3;

// optional token that should be used when creating LiveKit participant
string token = 4;

// optional websocket url that should be used when creating LiveKit participant
string ws_url = 5;
}

0 comments on commit ce875b2

Please sign in to comment.