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,7 +121,7 @@ export interface LiveTranscoding {
121 121
 
122 122
 #### Events
123 123
 
124
-```
124
+```javascript
125 125
 RtcEngine.eventEmitter({
126 126
   onFirstRemoteVideoDecoded: data => {},
127 127
   onJoinChannelSuccess: data => {},