Skip to content
Snippets Groups Projects
Commit 29bb1782 authored by Rodrigo's avatar Rodrigo
Browse files

En VideoHub add ICECandidate

parent ef52d5b5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment