messageType property
The type of message.
This property is read-only.
Syntax
| JavaScript |
|---|
messageType = object.messageType |
Property values
Type: MediaKeyMessageType
The type of message.
Standards information
Remarks
MediaKeyMessageType enumeration:
| Names | Description |
|---|---|
| licence-request | The message contains a request for a new license. |
| license-renewal | The message contains a request to renew an existing license. |
| license-release | The message contains a request a proof of license release |
| individualization-request | The message contains a request for per-origin individualization. Per-origin individualization is performed between the CDM and an application-selected server. Results in a per-origin identifier. |
As of Microsoft Edge, this property is supported. For more information on EME implementation updates in Microsoft Edge, see Encrypted Media Extensions updates.
See also
Show: