Ejemplo n.º 1
0
 /// <summary>
 /// Flushes messages. Not needed in WebRtcNetwork but use it at the end of a frame
 /// if you want to be able to replace WebRtcNetwork with other implementations
 /// </summary>
 public void Flush()
 {
     CAPI.Unity_WebRtcNetwork_Flush(mReference);
 }