OutboundStream.GetPeerPermission method (1 of 2)
Retrieve the (optional) override permissions for a given peer.
public InputLevel GetPeerPermission(Peer peer)
parameter | description |
---|---|
peer | peer to check permissions for |
Return Value
permissions
Remarks
This overrides Permissions
for a specific peer. If no override is present, the value of Permissions
will be returned.
See Also
- enum InputLevel
- class Peer
- class OutboundStream
- namespace Rainway.SDK
OutboundStream.GetPeerPermission method (2 of 2)
Retrieve the (optional) override permissions for a given peer.
public InputLevel GetPeerPermission(PeerId id)
parameter | description |
---|---|
id | peer id to check permissions for |
Return Value
permissions
Remarks
This overrides Permissions
for a specific peer. If no override is present, the value of Permissions
will be returned.
See Also
- enum InputLevel
- class PeerId
- class OutboundStream
- namespace Rainway.SDK