Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsi1-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodrigo Sastre Marotta
tsi1-backend
Commits
29bb1782
Commit
29bb1782
authored
4 years ago
by
Rodrigo
Browse files
Options
Downloads
Patches
Plain Diff
En VideoHub add ICECandidate
parent
ef52d5b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tsi1.Api/Tsi1.Api/SignalR/VideoHub.cs
+5
-0
5 additions, 0 deletions
Tsi1.Api/Tsi1.Api/SignalR/VideoHub.cs
with
5 additions
and
0 deletions
Tsi1.Api/Tsi1.Api/SignalR/VideoHub.cs
+
5
−
0
View file @
29bb1782
...
...
@@ -42,5 +42,10 @@ namespace Tsi1.Api.SignalR
{
await
Clients
.
Group
(
connectionId
).
SendAsync
(
"NotifyUser"
,
Context
.
ConnectionId
,
answer
);
}
public
async
Task
ICECandidate
(
string
connectionId
,
string
candidate
)
{
await
Clients
.
Group
(
connectionId
).
SendAsync
(
"ICECandidate"
,
Context
.
ConnectionId
,
candidate
);
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment