Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
TORISOUP committed Feb 8, 2018
1 parent 8476aca commit a408061
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ IEnumerator LoginCoroutine()
client.SetNicoliveProgramId("lv123456");
```

## UserAgentを設定する(推奨)

デフォルトでは`UnityNicoliveClient`がUAに設定されています。
変更したい場合は`SetCustomUserAgent`から設定可能(できるだけ自身のアプリ名を設定してください)

```cs
client.SetCustomUserAgent("YourApplicationNameHere");
```

## 自分が今放送している番組のID取得

`GetCurrentNicoliveProgramIdAsync()` で取得可能。ただし放送していない状態でも予約番組があるとそのIDが返される。
Expand Down

0 comments on commit a408061

Please sign in to comment.