消息中未显示视频。收到消息“视频不是由 GiftedChat 实现的。您需要使用 renderMessageVideo 属性提供自己的实现。
Message[] has the following values:
_id:
text:
createdAt:
user:{
_id:
name:
avatar:
},
image:
video:
<GiftedChat
messages={this.state.messages}
onSend={this.onSend.bind(this)}
user={{
_id: this.state.LoggedinuserID,
}}
/>