Interface IParticipantProvider<TParticipant>
Namespace: Unity.Cloud.Presence
Syntax
public interface IParticipantProvider<out TParticipant>
Type Parameters
| Name | Description |
|---|---|
| TParticipant |
Methods
GetServiceParticipant(Participant)
Returns a service participant type instance given a room participant.
Declaration
TParticipant GetServiceParticipant(Participant roomParticipant)
Parameters
| Type | Name | Description |
|---|---|---|
| Participant | roomParticipant | The room Participant |
Returns
| Type | Description |
|---|---|
| TParticipant | A service participant type instance |