Skip to content

Commit

Permalink
Add token and ws_url to EvaluateSIPDispatchRulesResponse (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der authored Dec 4, 2023
1 parent 5ffa9f0 commit a64882f
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 90 deletions.
105 changes: 63 additions & 42 deletions rpc/io.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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;
}
Loading

0 comments on commit a64882f

Please sign in to comment.