setWidth method

CometChatRTCViewBuilder setWidth(
  1. int width
)

Implementation

CometChatRTCViewBuilder setWidth(int width) {
  this.width = width;
  return this;
}