matrixbirds 6 years ago
parent
commit
06f7091f35
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

121
 
121
 
122
 #### Events
122
 #### Events
123
 
123
 
124
-```
124
+```javascript
125
 RtcEngine.eventEmitter({
125
 RtcEngine.eventEmitter({
126
   onFirstRemoteVideoDecoded: data => {},
126
   onFirstRemoteVideoDecoded: data => {},
127
   onJoinChannelSuccess: data => {},
127
   onJoinChannelSuccess: data => {},