Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurial authored Jun 7, 2019
1 parent 6692a19 commit b18d24e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ if (!BlazorMediaAPI.Initialized)
await BlazorMediaAPI.InitializeMediaStream(JSRuntime, 640, 480, true);
}
```

```
protected void OnDataReceived(byte[] data)
{
Console.WriteLine($"Data Recieved of length: {data.Length}");
}
```

0 comments on commit b18d24e

Please sign in to comment.