Skip to content

Commit 9ab9ae0

Browse files
committed
signal
1 parent 0abb4a8 commit 9ab9ae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/proto/sdk_ws/ws.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,9 @@ message SignalAcceptReq {
418418
}
419419

420420
message SignalAcceptReply {
421-
421+
string token = 1;
422+
string roomID = 2;
423+
string liveURL = 3;
422424
}
423425

424426
message SignalHungUpReq {

0 commit comments

Comments
 (0)