File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Sources/StreamVideo/WebRTC/v2 Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -118,3 +118,5 @@ Credentials.xcconfig
118
118
119
119
# Cursor/VS Code Settings
120
120
.vscode /settings.json
121
+ .vscode /launch.json
122
+ buildServer.json
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ struct WebRTCJoinRequestFactory {
108
108
function: function,
109
109
line: line
110
110
)
111
- result. subscriptions = await buildSubscriptionDetails (
111
+ result. subscriptions = buildSubscriptionDetails (
112
112
nil ,
113
113
sessionID: await coordinator. stateAdapter. sessionID,
114
114
participants: Array ( await coordinator. stateAdapter. participants. values) ,
@@ -131,7 +131,7 @@ struct WebRTCJoinRequestFactory {
131
131
line: line
132
132
)
133
133
result. fromSfuID = fromHostname
134
- result. subscriptions = await buildSubscriptionDetails (
134
+ result. subscriptions = buildSubscriptionDetails (
135
135
nil ,
136
136
sessionID: await coordinator. stateAdapter. sessionID,
137
137
participants: Array ( await coordinator. stateAdapter. participants. values) ,
@@ -153,7 +153,7 @@ struct WebRTCJoinRequestFactory {
153
153
function: function,
154
154
line: line
155
155
)
156
- result. subscriptions = await buildSubscriptionDetails (
156
+ result. subscriptions = buildSubscriptionDetails (
157
157
fromSessionID,
158
158
sessionID: await coordinator. stateAdapter. sessionID,
159
159
participants: Array ( await coordinator. stateAdapter. participants. values) ,
You can’t perform that action at this time.
0 commit comments