Identify Your Player
You can add name to your player by adding a name attribute to your configuration object. This name will be included in the events.
m.player.callFunc("setConfig", {
...
name: "lorem-ipsum-dolor-sit-amet",
...
})
You can add name to your player by adding a name attribute to your configuration object. This name will be included in the events.
m.player.callFunc("setConfig", {
...
name: "lorem-ipsum-dolor-sit-amet",
...
})