unregisterCaption method

void unregisterCaption()

Implementation

void unregisterCaption() {
  room.unregisterTextStreamHandler(Constant.liveCaptionAgent);
}