IProtocolHandler Interface
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-loader/legacy.
For more information about our API support guarantees, see here.
Signature
export interface IProtocolHandler extends IBaseProtocolHandler
Extends: IBaseProtocolHandler
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| audience | Beta |
readonly |
IAudienceOwner |
Methods
| Method | Alerts | Return Type | Description |
|---|---|---|---|
| processSignal(message) | Beta |
any |
Property Details
audience
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
readonly audience: IAudienceOwner;
Type: IAudienceOwner
Method Details
processSignal
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
processSignal(message: ISignalMessage): any;
Parameters
| Parameter | Type | Description |
|---|---|---|
| message | ISignalMessage |
Returns
Return type: any